home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / prokit34.zip / PROKIT.INC < prev    next >
Text File  |  1991-04-01  |  1KB  |  37 lines

  1.  
  2. (*
  3.  * Copyright 1987, 1991 Samuel H. Smith;  All rights reserved
  4.  *
  5.  * This is a component of the ProDoor System.
  6.  * Do not distribute modified versions without my permission.
  7.  * Do not remove or alter this notice or any other copyright notice.
  8.  * If you use this in your own program you must distribute source code.
  9.  * Do not use any of this in a commercial product.
  10.  *
  11.  *)
  12.  
  13. (*
  14.  * ProKit.INC - include file to provide access to ProKit facilities (3-1-89)
  15.  *
  16.  *)
  17.  
  18. Uses
  19.    Dos,
  20.    MiniCrt,    {BIOS-only crt functions}
  21.    OpenShare,  {Shared text files}
  22.    MdosIO,     {Dos-level random access files}
  23.    BufIO,      {Buffered record i/o}
  24.    qRead,      {Quick string qReadLn procedure}
  25.    Tools,      {Various utilities}
  26.    ProData,    {ProDoor/pcboard data}
  27.    ProRoot,    {ProKit main support library}
  28.    ProSysf,    {ProKit Status display, function keys, system functions}
  29.    ProScan,    {File display and colorization}
  30.    ProUtil,    {ProKit utility library #1}
  31.    ProUtil2,   {proKit utility library #2}
  32.    KitInit;    {ProKit initialization/deinit}
  33.  
  34.  
  35. {$DEFINE PCB14}         {Compile for PCBoard 14.0 (otherwise 12.1)}
  36.  
  37.